Welcome![Sign In][Sign Up]
Location:
Search - can linux

Search list

[Linux-UnixLinux-kernel-api

Description: LINUX API大全,可以让你不学LINUX内核也能用LINUX编写好的程序,非常有用-Guinness LINUX API that lets you do not learn LINUX kernel LINUX can also prepare good procedures, very useful
Platform: | Size: 172032 | Author: zhizhi | Hits:

[Linux-Unixlinux-0.11-devel-040329

Description: 比较简单的版本,但是可用性比较大。能帮助理解Linux操作系统-Relatively simple version, but availability is relatively large. Can help understand the Linux operating system
Platform: | Size: 9991168 | Author: jiaxuandj | Hits:

[Linux-Unixhook-linux

Description: Linux 2.6 内核下劫持系统调用,代码比较简单,还是可以参考参考的。-Linux 2.6 kernel system call hijacking, the code is relatively simple, or can refer to as a reference.
Platform: | Size: 37888 | Author: dengke | Hits:

[Linux-Unixlinux-tr127

Description: Linux操作系统的镜像程序,可以在windows平台上使用,方便快捷,很简单地使用Linux命令,不需要另外装Linux操作系统。-Linux operating system mirroring the procedures, you can use on windows platform, convenient and very easy to use Linux command, Do not need another Linux operating system installed.
Platform: | Size: 50705408 | Author: qiuxiang | Hits:

[Internet-NetworkLINUX-socket

Description: Socket接口是TCP/IP网络的API,Socket接口定义了许多函数或例程,程序员可以用它们来开发TCP/IP网络上的应用程序。要学Internet上的TCP/IP网络编程,必须理解Socket接口。     Socket接口设计者最先是将接口放在Unix操作系统里面的。如果了解Unix系统的输入和输出的话,就很容易了解Socket了。网络的 Socket数据传输是一种特殊的I/O,Socket也是一种文件描述符。Socket也具有一个类似于打开文件的函数调用Socket(),该函数返 回一个整型的Socket描述符,随后的连接建立、数据传输等操作都是通过该Socket实现的。常用的Socket类型有两种:流式Socket (SOCK_STREAM)和数据报式Socket(SOCK_DGRAM)。流式是一种面向连接的Socket,针对于面向连接的TCP服务应用;数据 报式Socket是一种无连接的Socket,对应于无连接的UDP服务应用。-Socket interface is TCP/IP network API, Socket Interface defines a number of functions or routines, the programmer can use them to develop TCP/IP network applications. Study on the Internet want TCP/IP network programming, we must understand the Socket Interface. Socket Interface Designer is the first interface on the Unix operating system inside. If you know Unix system input and output, then it is easy to understand the Socket. Socket data transmission network is a special kind of I/O, Socket is a file descriptor. Socket also has a similar function call to open the file of the Socket (), the function return an integer of Socket descriptor, then the connection set up, data transmission and other operations through the implementation of the Socket. Socket type commonly used in two ways: streaming Socket (SOCK_STREAM) and data reported type Socket (SOCK_DGRAM). Streaming is a connection-oriented Socket, for in the TCP connection-oriented service applications Datagram Socket t
Platform: | Size: 1406976 | Author: 陈威 | Hits:

[WEB Codelinux-sendmail

Description: 谷搜Linux邮件群发软件是基于Redhat Linux 操作系统平台+PHP语言上开发而成的。它不仅继承了Linux操作系统的高性能、高稳定、速度快、无病毒等特点,邮件服务器主要核心采用Linux的SENDMAIL或POSTFIX的SMTP25的端口,也就是相当于自己架设了一个MAIL SERVER,群发不用经过别人的代理服务器发送,所以发信成功率非常高。〔谷搜Linux邮件群发软件试用版我们限定每次只能发送5封邮件,每天只能发送三次。)(正式版每小时最多能发送5000封、每天可发送数量12万封以上)。 -Valley found mass-mailing software, Linux is based on the Redhat Linux operating system platforms+ PHP language developed on the. It not only inherited the Linux operating system, high-performance, high stability, fast, virus-free characteristics of the main core of the mail server using Linux-SendMail or Postfix SMTP25 of the port, which is the equivalent of their own to set up a MAIL SERVER, mass without going through someone else' s proxy server to send, so sent a very high success rate. 〔Valley found Linux mass-mailing software trial version can only send our limit for each 5 e-mail, can only send three times every day. ) (The official version can be sent per hour up to 5000, can be sent every day the number of 120,000 and above).
Platform: | Size: 400384 | Author: hiddu | Hits:

[Linux-UnixLinux-MAC20081224

Description: 在linux下,c语言编写,可以根据对方的IP,查看其MAC地址,也可以扫描局域网在线IP的MAC和主机名。原理:建立socket ,构造netbios-ns包,循环sendto()把数据发送给对方并recvfrom()读取返回信息。根据返回的netbios回应包,读取对方的主机名,组名和mac地址。 显示结果如下: IP: 192.168.116.124 Host Name: BRN_8EEE6A/BRN_8EEE6A MAC: 00-80-77-8E-EE-6A IP: 192.168.116.130 Host Name: XIAOXIAO/MSHOME MAC: 00-12-3F-D5-5E-A6 IP: 192.168.116.131 Host Name: NA MAC: NA [time out!] 一个网段扫描MAC,可以建立一个socket,连续向多个不同IP发送NBNS包,然后等待接受,根据返回包就可以扫描一个网段多个IP的MAC啦。 而windows下可以运行命令:nbtstat -A ip-address来查看 windows c 要改改头文件 -C language, based on each other s IP, to see its MAC address, can also scann more online IP-LAN MAC and host name. Principle: To establish a socket, constructed netbios-ns package, cycle to use sendto () function sent the data to the other side , and use recvfrom () to read back-information. Netbios respond in accordance with the return package, read each other s host name, group name and mac address.
Platform: | Size: 14336 | Author: darinwang | Hits:

[Linux-Unixlinux-driver

Description: Linux 下的字符驱动程序,可实现在linux下安装字符驱动,并卸除字符驱动。-character driver for linux system ,can setup or remove free as you wish.
Platform: | Size: 8192 | Author: Sylvia | Hits:

[Linux-Unixs3c2410-linux-2.6.11.1-apm-08.11.02

Description: 将s3c2410-linux-2.6.11.1-apm-08.11.02.patch复制到内核根目录。 执行patch –p1 < s3c2410-linux-2.6.11.1-apm-08.11.02.patch即可! 在2.6.11.1内核中,创建字符设备的代码是:linux/arch/arm/kernel/amp.c。在根文件系统创建设备节点是dev/misc/apm_bios。-Will s3c2410-linux-2.6.11.1-apm-08.11.02.patch copied to the root directory of the kernel. The implementation of patch-p1 < s3c2410-linux-2.6.11.1-apm-08.11.02.patch can! In kernel 2.6.11.1, create character device code is: linux/arch/arm/kernel/amp.c. In the root file system is to create device node dev/misc/apm_bios.
Platform: | Size: 8192 | Author: Ivan | Hits:

[Embeded LinuxCAN

Description: linux下基于arm处理器s3c2410x开发板的CAN总线设备驱动程序以及数据发送和接收的程序代码。-arm processor linux-based development board s3c2410x the CAN bus device driver, as well as send and receive data on the program code.
Platform: | Size: 5120 | Author: 君瑞 | Hits:

[Crack Hackdes-linux-1.0.tar

Description: 3DES加解密C源码,32位。内带makefile。以验证可用-3DES encryption and decryption C source, 32. Within the band makefile. Can be used to verify
Platform: | Size: 17408 | Author: 左宏权 | Hits:

[Linux-Unixlinux-device-drivers-third-edition-of-the-Chinese.

Description: linux设备驱动中文第三版,txt电子书格式,可放到MP4或手机上看-linux device drivers third edition of the Chinese, txt e-book format, can be seen on the MP4 or mobile phone
Platform: | Size: 334848 | Author: chen | Hits:

[OtherLinux_Device_Drivers

Description: This book is for anyone who wants to support computer peripherals under the Linux operating system or who wants to develop new hardware and run it under Linux. Linux is the fastest-growing segment of the Unix market, is winning over enthusiastic adherents in many application areas, and is being viewed more and more as a good platform for embedded systems. Linux Device Drivers, already a classic in its second edition, reveals information that heretofore has been shared by word of mouth or in cryptic source code comments, on how to write drivers for a wide range of devices. Version 2.4 of the Linux kernel includes significant changes to device drivers, simplifying many activities, but providing subtle new features that can make a driver both more efficient and more flexible. The second edition of this book thoroughly covers these changes, as well as new processors and buses.
Platform: | Size: 3884032 | Author: sxd | Hits:

[Embeded Linuxgecko-sdk-i686-pc-linux-gnu-1.8.0.4.tar.bz2

Description: 用以开发浏览器插件,可以用在各种平台上,比如mozilla,webkit,等等。 -For the development of browser plug-ins can be used in a variety of platforms, such as mozilla, webkit, and so on.
Platform: | Size: 1587200 | Author: windsome | Hits:

[OS Developlinux-0.00

Description: Linux 0.00的源代码,够经典吧,可以拿来做操作系统开发的框架-The source code for Linux 0.00, classic enough it can be used as a framework for operating system development
Platform: | Size: 2644992 | Author: 承运全 | Hits:

[Embeded Linuxsome-drivers-for-linux

Description: 几个linux的驱动程序,包括button, led, usb ,lcd, mouse,sd卡等,希望对学习linux的朋友有帮助。-offer some linux drivers, can email me to discuss if necessary.
Platform: | Size: 47104 | Author: luo | Hits:

[OtherLinux.Kernel.Development.Second.Edition

Description: 这个书就是我们翻译的《Linux内核设计与实现》,是本通俗易懂的内核入门书籍。其内容朴实,风格简练,便于整体把握Linux内核架构。当了解操作系统原理后,便可阅读这本书。-This is our translation of the book " Linux Kernel Design and Implementation" is the core of the user-friendly book entry. The contents of simple, concise style, easy to grasp the overall structure of Linux kernel. When the principle of understanding the operating system, you can read this book.
Platform: | Size: 1334272 | Author: llnux | Hits:

[Internet-Networklinux-gpib-3.2.11

Description: gpib ,nothing can take ,just think about it-gpib,nothing can take ,just think about it
Platform: | Size: 1590272 | Author: wei | Hits:

[Linux-Unixcan-utils.tar

Description: linux下测试CAN总线的应用程序,编程框架与网络socket编程类似。-This is the CAN bus test program in linux. The framwork is just like ethernet socket.
Platform: | Size: 71680 | Author: richard | Hits:

[Linux-Unixlinux

Description: linux进程间通信(经典) 推荐大家可以学习一下-linux-process communication (classic) you can learn about recommended
Platform: | Size: 210944 | Author: liuweijian | Hits:
« 1 2 3 4 5 6 78 9 10 11 12 ... 50 »

CodeBus www.codebus.net